MIPS: bootm.c: separate linux jump code
authorGabor Juhos <[email protected]>
Mon, 7 Jan 2013 02:53:40 +0000 (02:53 +0000)
committerDaniel Schwierzeck <[email protected]>
Wed, 16 Jan 2013 09:52:07 +0000 (10:52 +0100)
commite08634c7bfdb5fcda2541a8845d44888538d6178
tree0c3fb82e0173542013cf12ba8c1a676397d5b12a
parent75a279c8f28539f560a23425073d97ffee746716
MIPS: bootm.c: separate linux jump code

Move the actual jump code into a separate function.
This make the code reusable for bootm subcommands.

Signed-off-by: Gabor Juhos <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
arch/mips/lib/bootm.c